home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- ExportF.h ---------------------------------------------------------
- * Copyright (c) 1992-96 Adobe Systems, Inc. All rights reserved.
- *
- * PageMaker plug-in.
- *-----------------------------------------------------------------------
- */
-
- #ifndef FUNCTEXP_H
- #define FUNCTEXP_H
-
- #include "pmplugin.h"
-
- #define PIConvertName "ConvertMeasure"
-
- typedef enum {
- kInches = 0,
- kInchesDecimal = 1,
- kMillimeters = 2,
- kPicas = 3,
- kCiceros = 4,
- kDontCare = -2,
- kTwips = 999,
- kFiller = 1000
- } kUnits;
-
- #endif //FUNCTEXP_H